projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed92f34
)
(default): Ensure the face-defface-spec property is set.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 5 Apr 2008 14:39:13 +0000
(14:39 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 5 Apr 2008 14:39:13 +0000
(14:39 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 08b0bb89021c892b60585b97fdf7256934e8be6b..1bb2a94feb23d85a80290295aa5f3ff9110a0736 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-2190,7
+2190,8
@@
terminal type to a different value."
"The standard faces of Emacs."
:group 'faces)
-(defface default nil
+(defface default
+ '((t nil)) ; If this were nil, face-defface-spec would not be set.
"Basic default face."
:group 'basic-faces)